home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
thump.swf
/
scripts
/
frame_13
/
PlaceObject2_11_955
/
CLIPACTIONRECORD onClipEvent(load).as
Wrap
Text File
|
2011-09-19
|
162b
|
10 lines
onClipEvent(load){
function playHorn()
{
horn.start();
}
horn = new Sound(this);
horn.attachSound("horn");
horn.setVolume(30);
}